《java 병렬 프로그래밍 실전》 노트 java 병렬 프로그래밍 실전-제2장-선정 안전성 Thread-safe classes encapsulate any needed synchronization so that clients need not provide their own. Stateless objects are always thread-safe. 상태가 있는 servlet에서 상태 변수count에 대해 다중 스레드 조건에서++count 이것은 원자성 조작이어야 한다 2.2.2 예... 《java 병렬 프로그래밍 실전》 노트
java 병렬 프로그래밍 실전-제2장-선정 안전성 Thread-safe classes encapsulate any needed synchronization so that clients need not provide their own. Stateless objects are always thread-safe. 상태가 있는 servlet에서 상태 변수count에 대해 다중 스레드 조건에서++count 이것은 원자성 조작이어야 한다 2.2.2 예... 《java 병렬 프로그래밍 실전》 노트